home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1997 August / Oasis demo.iso / Office / Claris13 / CLARIS.CST / 00077_Script_77 < prev    next >
Text File  |  1997-03-20  |  1KB  |  63 lines

  1. on mainroll
  2.   
  3.   
  4.   if rollover(6) then
  5.     set the visibility of sprite 6 to 1
  6.   else
  7.     set the visibility of sprite 6 to 0
  8.   end if
  9.   
  10.   if rollover(7) then
  11.     set the visibility of sprite 7 to 1
  12.   else
  13.     set the visibility of sprite 7 to 0
  14.   end if
  15.   
  16.   if rollover(8) then
  17.     set the visibility of sprite 8 to 1
  18.   else
  19.     set the visibility of sprite 8 to 0
  20.   end if
  21.   
  22.   if rollover(9) then
  23.     set the visibility of sprite 9 to 1
  24.   else
  25.     set the visibility of sprite 9 to 0
  26.   end if
  27.   
  28.   if rollover(10) then
  29.     set the visibility of sprite 10 to 1
  30.   else
  31.     set the visibility of sprite 10 to 0
  32.   end if
  33.   
  34.   if rollover(11) then
  35.     set the visibility of sprite 11 to 1
  36.   else
  37.     set the visibility of sprite 11 to 0
  38.   end if
  39.   
  40.   
  41.   if rollover(12) then
  42.     set the visibility of sprite 12 to 1
  43.   else
  44.     set the visibility of sprite 12 to 0
  45.   end if
  46.   
  47.   
  48.   if rollover(13) then
  49.     set the visibility of sprite 13 to 1
  50.   else
  51.     set the visibility of sprite 13 to 0
  52.   end if
  53.   
  54.    
  55.   if rollover(14) then
  56.     set the visibility of sprite 14 to 1
  57.   else
  58.     set the visibility of sprite 14 to 0
  59.   end if
  60.   
  61. end mainroll
  62.  
  63.